home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000107_news@columbia.edu _Mon Apr 21 12:05:08 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA09856
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 21 Apr 1997 12:05:08 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA05459
  7.     for kermit.misc@watsun; Mon, 21 Apr 1997 12:05:07 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: carrier detect signal ?
  12. Date: 21 Apr 1997 16:05:06 GMT
  13. Organization: Columbia University
  14. Lines: 30
  15. Message-ID: <5jg37i$jpv$1@apakabar.cc.columbia.edu>
  16. References: <3355fe5a.2510622@NEWS.INDIGO.IE> <5j6b3k$nv8$1@apakabar.cc.columbia.edu> <335b4d44.4121326@NEWS.INDIGO.IE>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6925
  19.  
  20. In article <335b4d44.4121326@NEWS.INDIGO.IE>, alan <offline@INDIGO.IE> wrote:
  21. : On 17 Apr 1997 23:18:12 GMT, fdc@watsun.cc.columbia.edu (Frank da
  22. : Cruz) wrote:
  23. : >In article <3355fe5a.2510622@NEWS.INDIGO.IE>, alan <offline@INDIGO.IE> wrote:
  24. : >: Is it possible to use ms kermit to issue a carrier detect signal
  25. : >: somehow?
  26. : >:
  27. : >Kermit runs on a computer.  CD is a signal from the modem TO the computer.
  28. : >The computer can't issue it.  You can force your MODEM to issue it if you
  29. : >want to, but the exact method depends on your modem.  If it can be done by
  30. : >command, then you can have MS-DOS Kermit send this command to your modem.
  31. : >The command for this might be something like AT&C0.
  32. : >
  33. : >You can also make Kermit ignore the CD signal if you want to -- in fact, 
  34. : >it does so by default.  The command is SET CARRIER { ON, OFF }.  This only
  35. : >affects how Kermit reacts to the CD signal from the modem -- it does not
  36. : >affect the signal itself.
  37. : I am trying to get the bbs using a door with a terminal emulation to
  38. : open a comm port and send out a carrier detect signal. The bbs is to
  39. : be attached to an intellisystem so basically someone dialls into the
  40. : bbs and I want it to act as a dumb terminal. To do this the
  41. : intellisystem needs a carrier detect signal.
  42. :
  43. This is accomplished using a null modem cable, in which the DTR signal
  44. is cross-wired with the CD signal.  See pages 35-40 of your "Using
  45. MS-DOS Kermit" manual.
  46.  
  47. - Frank